Home > @twilio/voice-react-native-sdk > TwilioErrors
| Class | Description |
|---|---|
| InvalidArgumentError | Error describing that an SDK function is invoked with an invalid argument. |
| InvalidStateError | Error describing that the SDK has entered or is attempting to enter an invalid state. |
| TwilioError | Generic Twilio error that the SDK will raise when encountering an error. Can be used to describe backend errors. |
| Namespace | Description |
|---|---|
| AuthorizationErrors | Authorization errors. |
| ClientErrors | Client errors. |
| ForbiddenErrors | Forbidden errors. |
| GeneralErrors | General errors. |
| MalformedRequestErrors | MalformedRequest errors. |
| MediaErrors | Media errors. |
| RegistrationErrors | Registration errors. |
| ServerErrors | Server errors. |
| SignalingErrors | Signaling errors. |
| SIPServerErrors | SIPServer errors. |
| TwiMLErrors | TwiML errors. |